home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / platforms and tools / macapp / mouseinfo / readmefirst < prev    next >
Encoding:
Text File  |  2000-09-28  |  1.1 KB  |  30 lines

  1. MOUSEINFO - MacApp 3.0 Behavior sample
  2.  
  3. This sample shows how to make use of MacApp 3.0 Behaviors, how to create them,
  4. how behaviors could control window information, track events, and also spawn off
  5. other behaviors.
  6.  
  7. Suitable copy-paste jobs for this sample is for instance to take the mouse coordinate
  8. window and use it in any other graphical application. Another tempting idea is to 
  9. make this tracker window part of a debugging toolkit, because there are many times it's neat to figure out the coordination values for a final product for future tinkering.
  10.  
  11. Yes, this code has copyright statements everywhere, because that's the way it works.
  12. I don't cry wolf however if someone 'recycles' the code, and if you use any bigger
  13. parts somewhere, it would be nice to be famous in your about box.
  14.  
  15.  
  16. Bug reports:
  17. There should be NIL bugs in this application, and if you find any, let me know:
  18. ALink:     KSAND
  19. Net        ksand@apple.com
  20. CServe:    75300,1331
  21.  
  22. Environment:
  23. MacApp 3.0 final
  24. MPW 3.2 (latest, from ETO#7)
  25. MPW C++ 3.2
  26. MPW C 3.2.2
  27. Link 3.2.1
  28. System 7.0.1 with Tune-up 1.1.1
  29. Quadra 900 with 20Mb of memory (bliss)
  30.